-
Notifications
You must be signed in to change notification settings - Fork 29
Feature/geometry only #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Schmluk
commented
Oct 8, 2025
- Support for 3D reconstruction only (no semantics)
- Support for grayscale input images
- Support for external traversability inputs
- Clean up of visualization interaction, exposing more dynamic config settings.
nathanhhughes
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for adding the dynamic configs to the visualizer plugins, I had been meaning to do that for a while
| queue.push(packet); | ||
| } | ||
|
|
||
| class NoSemanticImageReceiver : public RosDataReceiver { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(minor) might be slightly better as RGBDImageReceiver if you get a chance to change it
* add no semantic data receiver * add single channel grayscale parsing for color inputs * astro place subscriber * play around with fixing astro input relative pose * rename traversability estimator * rename files accordingly * run pre-commit * rename RGBD image receiver
* add no semantic data receiver * add single channel grayscale parsing for color inputs * astro place subscriber * play around with fixing astro input relative pose * rename traversability estimator * rename files accordingly * run pre-commit * rename RGBD image receiver
* add no semantic data receiver * add single channel grayscale parsing for color inputs * astro place subscriber * play around with fixing astro input relative pose * rename traversability estimator * rename files accordingly * run pre-commit * rename RGBD image receiver